Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODCanvas


AcquireBiasTransform

The AcquireBiasTransform method returns a reference to the bias transform associated with this canvas.

ODTransform AcquireBiasTransform ();
return value
A reference to the bias transform associated with this canvas, or kODNULL if no bias transform has previously been assigned to this canvas.
DISCUSSION
If you call methods that modify the returned transform, you must then call this canvas's SetBiasTransform method to set its bias transform to the modified transform.

This method increments the reference count of the returned transform. When you have finished using that transform, you should call its Release method.

SEE ALSO
The ODCanvas::SetBiasTransform method (page 78).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help